runtime.guintptr.ptr (method)
44 uses
runtime (current package)
coro.go#L193: if next.ptr() == nil {
coro.go#L199: gnext = next.ptr()
debugcall.go#L166: newg := gp.schedlink.ptr()
debugcall.go#L223: callingG := gp.schedlink.ptr()
mgcmark.go#L371: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
mgcmark.go#L816: oldList.tail.ptr().schedlink.set(nil)
mgcpacer.go#L885: gp := node.gp.ptr()
proc.go#L3253: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3264: status := readgstatus(gp.m.lockedg.ptr())
proc.go#L3267: dumpgstatus(gp.m.lockedg.ptr())
proc.go#L3548: gp := node.gp.ptr()
proc.go#L3996: return pp, node.gp.ptr()
proc.go#L4054: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L4144: execute(mp.lockedg.ptr(), false) // Never returns.
proc.go#L5813: u.initAt(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), unwindSilentErrors)
proc.go#L5955: gp := pp.runq[pp.runqtail%uint32(len(pp.runq))].ptr()
proc.go#L5960: globrunqputhead(pp.runnext.ptr())
proc.go#L6969: if lockedg := mp.lockedg.ptr(); lockedg != nil {
proc.go#L7504: gp = oldnext.ptr()
proc.go#L7534: batch[i] = pp.runq[(h+i)%uint32(len(pp.runq))].ptr()
proc.go#L7605: return next.ptr(), true
proc.go#L7614: gp := pp.runq[h%uint32(len(pp.runq))].ptr()
proc.go#L7626: drainQ.pushBack(oldNext.ptr())
proc.go#L7652: gp := pp.runq[(h+i)%uint32(len(pp.runq))].ptr()
proc.go#L7737: gp := pp.runq[(t+n)%uint32(len(pp.runq))].ptr()
proc.go#L7776: q.tail.ptr().schedlink.set(gp)
proc.go#L7790: q2.tail.ptr().schedlink = 0
proc.go#L7792: q.tail.ptr().schedlink = q2.head
proc.go#L7803: gp := q.head.ptr()
proc.go#L7843: q.tail.ptr().schedlink = l.head
proc.go#L7851: gp := l.head.ptr()
runtime2.go#L245: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
stack.go#L1029: if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
stack.go#L1032: if thisg.m.morebuf.g.ptr() != thisg.m.curg {
stack.go#L1035: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
traceback.go#L255: gp := u.g.ptr()
traceback.go#L444: gp := u.g.ptr()
traceback.go#L563: gp := u.g.ptr()
traceback.go#L601: ctxt := u.g.ptr().cgoCtxt[u.cgoCtxt]
traceback.go#L818: traceback1(gp.m.libcallpc, gp.m.libcallsp, 0, gp.m.libcallg.ptr(), 0)
traceback.go#L965: gp := u.g.ptr()
traceback.go#L1116: if mp.throwing >= throwTypeRuntime && gp != nil && (gp == mp.curg || gp == mp.caughtsig.ptr()) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |